Vcenter Authorization Permissions UpdateSpec
The Vcenter Authorization Permissions UpdateSpec schema contains detailed information about the update of a specific authorization permission.
This schema was added in vSphere API 9.0.0.0.
{
"role": "string",
"is_propagating": false
}
The role which this permission grants.
This property was added in vSphere API 9.0.0.0.
If missing or null
the role won't be updated.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.authorization.Role
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.authorization.Role
.
Indicator whether the permission apply only on the object which it is assigned on or it propagates through the hierarchy of sub-entities.
This property was added in vSphere API 9.0.0.0.
If missing or null
propagation flag won't be updated.